Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kmill committed Dec 16, 2024
1 parent d49de60 commit b159e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Elab/Tactic/Induction.lean
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def getInductiveValFromMajor (induction : Bool) (major : Expr) : TacticM Inducti
The above type neither is an inductive type nor has a registered theorem."
if majorType.isProp then
hint := m!"{hint}\n\n\
Consider using the 'by_cases' tactic, which enables true/false reasoning for propositions."
Consider using the 'by_cases' tactic, which does true/false reasoning for propositions."
else if majorType.isType then
hint := m!"{hint}\n\n\
Type universes are not inductive types, and type-constructor-based reasoning is not possible. \
Expand Down

0 comments on commit b159e22

Please sign in to comment.