Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/Roqc/test-suite/output/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 96 B image not shown  

SSL bug_20301.v   Sprache: unbekannt

 
Set Universe Polymorphism.

Axiom Ty : Set.
Axiom Exp : Ty -> Set.

Axiom halts@{u} : forall {τ : Ty} (_ : Exp τ), Type@{u}.

Axiom step_preserves_halting@{u|} :
  forall {τ : Ty} (e e' : Exp τ), (halts@{u} e) -> (halts@{u} e').

Axiom SN@{u} : forall {τ : Ty} (_ : Exp τ), Type@{u}.

Lemma foo@{u} : forall
  (τ1 τ2 : Ty)
  (e e' e'' : Exp τ2)
  (X : @halts@{u} τ2 e)
  (Y : forall (x : Exp τ1) (_ : @SN@{u} τ1 x), @SN@{u} τ2 e'')
  (IHτ : forall (_ : @SN@{u} τ2 e''), False),
  prod (forall (x : Exp τ1) (_ : @SN@{u} τ1 x), False) (@halts@{u} τ2 e').
Proof.
intros.
pose proof (step_preserves_halting e e') as H2.
split.
+ refine (fun x H => IHτ (Y x H)).
+ solve[firstorder].
Qed.

Messung V0.5
C=93 H=97 G=94

[ Verzeichnis aufwärts0.24unsichere Verbindung  Übersetzung europäischer Sprachen durch Browser  ]