1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
n : nat
H' : even n
============================
even n
"inv_test_num"
: string
1 goal
n : nat
H : True
H' : even n
============================
even n
1 goal
n : nat
H : True
H' : even n
============================
even n
"otest"
: string
The command has indeed failed with message:
Cannot infer this placeholder of type "nat" in
environment:
P, Q, R : nat → Prop
HPQR1 : ∀ m n : nat, P n → Q m → R (n + m)
HPQR2 : ∀ m n : nat, P n → Q m → R (n + m) ∧ R 2
HP0 : P 0
HP1 : P 1
HQ : Q 5
The command has indeed failed with message:
Tactic failure: ospecialize can only specialize a local hypothesis;
use opose proof instead.
"oinversion_test1"
: string
1 goal
n : nat
H : even (2 + n)
n' : nat
Hn' : even n
EQ : n' = n
============================
even n
"oinv_test2"
: string
1 goal
n : nat
H' : even n
============================
even n
1 goal
n : nat
H' : even n
============================
even n
The command has indeed failed with message:
No such assumption.
|