Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  proof_diffs_test_cases.v   Sprache: unbekannt

 
(* additional test cases for manual testing *)
Goal 1 + 1 = 3 -> False -> True.
intro. clear H; intro.
Abort.

Goal nat -> bool -> nat -> True.
intros i b j.
revert b.
cbn.
Abort.

Require Import Corelib.Init.Number.

Goal int -> uint -> nat -> nat -> nat -> nat ->True.
  intros a b c.
clear a b c; intros b a c.
Abort.

Goal int -> nat -> uint -> nat -> nat -> nat -> True.
  intros a b c.
clear a b c; intros c a b.
Abort.

Goal uint -> int -> nat -> nat -> nat -> nat -> True.
intros a b c. clear a b c; intros b a c.
Abort.

Goal nat -> int -> int -> nat -> nat -> int -> True.
intros a c d. clear a c d; intros a b d.
Abort.

Goal 1 = 0 -> True -> False -> True.
intros X H. clear H; intro.
Abort.

Goal True -> True -> False -> False -> True.
intros H H0. clear H H0; intros H H0.
Abort.

Goal True -> True -> False -> False -> False
  -> True.
intros H H0. clear H H0; intros H H0 H1.
Abort.

Messung V0.5 in Prozent
C=95 H=100 G=97

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-06-04]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002