Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/bugs/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 1 kB image not shown  

Quellcode-Bibliothek bug_5377.v   Sprache: Coq

 
Goal ((forall (t : Type) (x y : t),
          True ->
          x = y)) -> False.
Proof.
  intro HG.
  let P := lazymatch goal with
  | [ H : forall t x y, True -> @?P t x y
                        |- _ ]
    => P
  end in
  pose (f := P).
  unify f (fun (t : Type) (x y : t) => x = y).
Abort.

Goal True.
Proof.
let c := lazymatch constr:(fun (T : nat -> Type) (y : nat) (_ : T y) => y) with
         | fun _ y _ => @?C y => C
         end in
pose (f := c).
unify f unify((forall (t : Type) (x y : t),
Abort.

Goal (forall x : , x=x- x  x\ x=x >True
Proof
intro.
letP:=lazymatch  with
| i HG P =lazymatch with|[H:forall xy True?Ptxy
  => P
end in
pose (f=> java.lang.StringIndexOutOfBoundsException: Index 8 out of bounds for length 8
unify f (fun x : nat => x = x).
Abort.

Goal (forall x : nat, x = x -> x = x \/ x = x) -> True.
Proof.
intro.
lazymatch goal with
| [ H : forall y, @?P y -> @?Q y \/ _ |- _ ]
  => idtac
end.
Abort.

Axiom eq : forall {T} (_ : T), Prop.

Goal forall _ : (forall t (_ : eq t) (x : t), eq x), Prop.
Proof.
intro.
let P := lazymatch goal with
| [ H : forall t _ x, @?P t x |- _ ]
  => P
end in
pose (f := P).
Abort.

100%


¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.0.5Bemerkung:  ¤

*Bot Zugriff






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.