Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Undergrad low hanging fruits

Patrick Massot edited this page Jul 21, 2022 · 8 revisions

The purpose of this page is to list items from the Missing undergraduate mathematics in mathlib that are expected to be rather easy to get. The structure of this file follows the undergrad list structure.

There is also another page listing trivial targets, and a page for big missing theorems.

Linear algebra

Matrices

Linear representations

  • irreducible representation
  • Schur's lemma
  • examples: this is a bit vague, but it would be nice to have a couple of classical elementary examples of representation of finite groups. At least permutation representations and cyclic groups acting by rotations on a plane.

Polynomial rings

Field Theory

Bilinear and Quadratic Forms Over a Vector Space

Orthogonality

Note that we already have declaration whose docstring-pretend to be Sylvester's law of inertia, in linear_algebra.quadratic_form.real but they do not prove that the number of 1 and -1 is independent of the basis.

Endomorphisms

Low dimensions

  • classification of elements of O(3, ℝ)

Single Variable Real Analysis

Numerical series

We've been postponing this for a long time because we have things about (unordered) infinite sums in topological groups, but also because we couldn't decide whether series are necessarily index by ℕ or could use more general indexing sets. Given that we only care about series for undergrad coverage, I think we should go with ℕ. Add a definition convergent_series (u : ℕ → E) : Prop where E is a real normed space, and prove everything in this context.

Integration

Convexity