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

Quelle  bug_19680_1.v   Sprache: Coq

 
Axiom admit : False.

Record CSetoid : Type := makeCSetoid {cs_crr :> Type}.

Inductive QposInf : Set :=
| Qpos2QposInf : QposInf
| QposInfinity : QposInf.

Axiom is_RegularFunction : forall {X:Type} (x:QposInf -> X), Prop.

Record Complete (X:Type) : Type := {approximate : QposInf -> X ;regFun_prf : is_RegularFunction approximate }.

Axiom Q_as_MetricSpace : Type.

Definition CR : Type := Complete Q_as_MetricSpace.

Axiom inject_Q_CR : CR.
Definition CRasCSetoid : CSetoid := makeCSetoid CR.

Goal forall (f : nat -> CRasCSetoid) (Hf : nat), Complete (Complete Q_as_MetricSpace).
Proof.
intros f Hf.
exists (fun e:QposInf => match e with | QposInfinity => inject_Q_CR
 | Qpos2QposInf => let n := Hf in f n end).
elim admit.
Qed(* Anomaly here *)

Messung V0.5
C=91 H=100 G=95

¤ Dauer der Verarbeitung: 0.3 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 und die Messung sind noch experimentell.