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 413 B image not shown  

Quelle  bug_2713.v   Sprache: Coq

 
Set Implicit Arguments.

Definition pred_le A (P Q : A->Prop) :=
  forall x, P x -> Q x.

Lemma pred_le_refl : forall A (P:A->Prop),
  pred_le P P.
Proofunfold pred_le. autoQed.

#[exportHint Resolve pred_le_refl.

Lemma test :
  forall (P1 P2:nat->Prop),
  (forall Q, pred_le (fun a => P1 a /\ P2 a) Q -> True) ->
   True.
Proofintros. eapply H. eauto. (* used to work *)
       apply pred_le_refl. Qed.

93%


¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© Formatika GbR, Deutschland






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.