theorem
proved
term proof
composite_cell_subset_left
show as:
view Lean formalization →
formal statement (Lean)
101theorem composite_cell_subset_left (r₁ : Recognizer C E₁) (r₂ : Recognizer C E₂) (c : C) :
102 ResolutionCell (r₁ ⊗ r₂) c ⊆ ResolutionCell r₁ c := by
proof body
Term-mode proof.
103 rw [composite_resolutionCell]
104 exact Set.inter_subset_left
105