You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to apply theorem and_symm in World 7, level 3 to convert a hypothesis h from P -> Q to Q -> P (by doing have h1 := and_symm _ _ h) but am getting the error "unknown identifier and_symm". Rather, and.symm seems to work which is strange (I just got to know that and.symm is the counterpart of and_symm in actual Lean in VSCode).
The text was updated successfully, but these errors were encountered:
I am trying to
apply
theoremand_symm
in World 7, level 3 to convert a hypothesish
from P -> Q to Q -> P (by doinghave h1 := and_symm _ _ h
) but am getting the error "unknown identifierand_symm
". Rather,and.symm
seems to work which is strange (I just got to know thatand.symm
is the counterpart ofand_symm
in actual Lean in VSCode).The text was updated successfully, but these errors were encountered: