Axiom Permutation : forall {A:Type}, list A -> list A -> Prop.
Infix"≡ₚ" := Permutation (at level 70, no associativity).
GlobalDeclareInstance Permutation_cons A : Proper (Logic.eq ==> @Permutation A ==> @Permutation A) (@cons A) | 7. (* priority < 7 does not trigger the bug *)
GlobalDeclareInstance Permutation_Equivalence A : Equivalence (@Permutation A).
Lemma bla A (x:A) (lc lc' lac lbc : list A) (Hc: lac ++ lbc ≡ₚ lc') (HH:x :: lc' ≡ₚ lc)
: True /\ x :: lac ++ lbc ≡ₚ lc. Proof. rewrite Hc. auto. Qed.
Messung V0.5
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
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.