3 lines
56 B
Text
3 lines
56 B
Text
theorem ex : let x := 1; x < 2 := by
|
|
intro x
|
|
decide
|
theorem ex : let x := 1; x < 2 := by
|
|
intro x
|
|
decide
|