lean2/tests/lean/blast_cc_not_provable.lean.expected.out

29 lines
755 B
Text
Raw Normal View History

blast_cc_not_provable.lean:5:0: error: blast tactic failed
strategy 'cc' failed, no proof found, final state:
C : → Type,
n m : ,
f : Π n, C n → C n,
c : C n,
d : C m,
H.6 : f n == f m,
H.7 : c == d
⊢ f n c == f m d
-------
proof state:
C : → Type,
f : Π n, C n → C n,
n m : ,
c : C n,
d : C m
⊢ f n == f m → c == d → f n c == f m d
blast_cc_not_provable.lean:5:0: error: don't know how to synthesize placeholder
C : → Type,
f : Π n, C n → C n,
n m : ,
c : C n,
d : C m
⊢ f n == f m → c == d → f n c == f m d
blast_cc_not_provable.lean:5:0: error: failed to add declaration 'example' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1