Projects

Projects by Quarter

All 59 Math AI Lab projects by academic quarter, ordered newest to oldest.

59 projects across 12 quarters
theorem ACC_iff_all_ideals_fg (R) [comm_ring R] : ACC R ↔ all_ideals_fg R :=
begin
  constructor,
  { intros h I,
    by_contra h',
    have asc := ascending_chain_of_generators_in_not_fg_ideal I h',
    have := h (ascending_chain_of_ideals_in_not_fg_ideal I h') _,
    { cases this with N H,
      specialize H (N + 1) (by linarith),
      dsimp [ascending_chain_of_ideals_in_not_fg_ideal] at H,
Source: leomayer1/WXML_Sp2022, src/alex_Noetherian.lean