This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
import Adam.Metadata
import Mathlib.Data.Set.Basic
import Mathlib.Algebra.Parity
import Mathlib.Tactic.Ring
Game "Adam"
World "SetTheory"
Level 21
Title ""
Introduction
"
open Set
Statement
"" :
3 ∈ {n : ℕ | Odd n} := by
rw [mem_setOf]
use 1
ring
NewTactic constructor intro rw assumption rcases simp tauto trivial