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

Quelle  bug_17408.v   Sprache: Coq

 
Record CRing : Type := { cr_crr : Type; }.

Axiom cpoly : CRing -> Type.
Definition cpoly_cring CR : CRing := Build_CRing (cpoly CR).

Axiom cpoly_induc : forall (CR : CRing) (P : cr_crr (cpoly_cring CR) -> Prop), forall (p : cr_crr (cpoly_cring CR)), P p.

Goal forall CR (a : cr_crr (cpoly_cring CR)), a = a.
Proof.
(* Dubious behaviour of the scheme recognition algorithm. It realizes that
   cpoly_induc looks like a scheme, but it considers CR to be a parameter,
   despite the type of the argument not being some constant applied to it. *)

induction a using cpoly_induc.
Qed.

99%


¤ 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.