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

Quelle  bug_6195.v   Sprache: Coq

 
Parameter monotonic : forall {A B} (leA : A -> A -> Prop) (leB : B -> B -> Prop),
  (A -> B) -> Prop.

Axiom monotonic_cst : forall A B (leA : A -> A -> Prop) (leB : B -> B -> Prop),
  forall (b:B), monotonic leA leB (fun _ : A => b).

#[localHint Extern 0 (monotonic _ _ (fun _ => ?x)) =>
  simple apply monotonic_cst : mymonotonic.

Parameter (foo : nat -> nat).

Goal (forall a, monotonic le le (fun _ => foo a)).
Proof.
  typeclasses eauto with mymonotonic.
Qed.

#[localHint Extern 999999 (monotonic _ _ _) => shelve : mymonotonic.

Goal (forall a, monotonic le le (fun _ => foo a)).
Proof.
  unshelve typeclasses eauto with mymonotonic.
Qed.

99%


¤ Dauer der Verarbeitung: 0.6 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.