lean2/tests/lean/blast_cc_not_provable.lean.expected.out
2016-06-02 11:28:00 -07:00

28 lines
755 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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