theoremzero_mul(m:Nat):0*m=0:=byinductionmInvalid syntax for induction tactic: The `with` keyword must be followed by a tactic or by an alternative (e.g. `| zero =>`), but here it is followed by the identifier `n`.withn n_ih
rw [Nat.mul_zero]
rw [Nat.mul_succ]
rw [Nat.add_zero]
rw [n_ih]
Invalid syntax for induction tactic: The `with` keyword must be followed by a tactic or by an alternative (e.g. `| zero =>`), but here it is followed by the identifier `n`.