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

Quelle  bug_4695.v   Sprache: Coq

 
(*
The Qed at the end of this file was slow in 8.5 and 8.5pl1 because the kernel
term comparison after evaluation was done on constants according to their user
names. The conversion still succeeded because delta applied, but was much
slower than with a canonical names comparison.
*)


Module Mod0.

  Fixpoint rec_ t d : nat :=
    match d with
    | O => O
    | S d' =>
      match t with
      | true => rec_ t d'
      | false => rec_ t d'
      end
    end.

  Definition depth := 1000.

  Definition rec t := rec_ t depth.

End Mod0.


Module Mod1.
  Module M := Mod0.
End Mod1.


Axiom rec_prop : forall t d n, Mod1.M.rec_ t d = n.

Lemma slow_qed : forall t n,
    Mod0.rec t = n.
Proof.
  introsunfold Mod0.rec; apply rec_prop.
Timeout 2 Qed.

91%


¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ¤

*© 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.