Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cslib/Cslib/Computability/Languages/MyhillNerode.lean
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ theorem dfa_num_state_min {State : Type} {M : DA.FinAcc State α} [Finite State]
apply hne
simpa using Quotient.sound h
have h1 := dfa_num_state_ge hws rfl
rw [Nat.card_congr (Equiv.ofInjective _ Quotient.out_injective).symm] at h1
assumption
rwa [Nat.card_congr (Equiv.ofInjective _ Quotient.out_injective).symm] at h1

end Language

Expand Down
Loading