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

Quelle  bug_5709.v   Sprache: Coq

 
Set Primitive Projections.

Record ofeT := OfeT { ofe_car :> Type; }.

Unset Primitive Projections.

Axiom dist : forall {A}, A -> Prop.

Record cFunctor := CFunctor {
  cFunctor_car : ofeT -> ofeT;
  cFunctor_map : forall A : ofeT, cFunctor_car A;
}.

Definition iprod {A} (B : A -> ofeT) := forall x, B x.

Canonical Structure iprodC A (B : A -> ofeT) : ofeT := OfeT (iprod B).

Definition iprodC_map {A} {B : A -> ofeT} (f : forall x, B x) : iprodC A B := f.

Axiom iprodC_map_ne : forall {A} {B : A -> ofeT} x, dist (@iprodC_map A B x).

Definition iprodCF {C} (F : cFunctor) : cFunctor := {|
  cFunctor_car := fun B => iprodC C (fun c => cFunctor_car F B);
  cFunctor_map := fun B => iprodC_map (fun c => cFunctor_map F B)
|}.

Lemma iprodCF_contractive {C} (F : cFunctor) (B : ofeT) :
  dist (@cFunctor_map (@iprodCF C F) B).
Proof.
  apply iprodC_map_ne.
  (* Anomaly "Uncaught exception Retyping.RetypeError(4)." Please report at http://coq.inria.fr/bugs/. *)
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.