Giter Site home page Giter Site logo

agda-group-theory's Introduction

Where's the good stuff?

Look in Algebra.Group.Lagrange. The proof term lagrange of Lagrange's theorem is at the bottom of the file.

Note that even the type of the theorem already contains a nontrivial assumption: the definition of size-of. There are multiple definitions of finiteness in MLTT; indeed, there are multiple non-equivalent ways to define finiteness. The definition under consideration here is first defined in Finite.UList.Core.

Where's the bad stuff?

Everything under Base is pretty boring, and not all of it is strictly necessary. List.One is necessary, but it feels like there should be a better way to accomplish it.

Everything related to finiteness is unfortunate. Especially notable: if B is finite and there is an injection from A to B, we can't prove that A is finite.

Okay, where's the really bad stuff?

Set-partitions are a disaster. In retrospect, this is unsurprising: set-partitions are an inherently set-theoretical concept. But it is hard to imagine how to prove Lagrange's theorem without them. This is a real problem for MLTT: extremely basic combinatorics takes a ridiculous amount of work. Indeed, all the real work in this "proof of Lagrange's theorem" went into a proof that (essentially) the sum of the sizes of the constituents of a set-partition is equal to the size of the original set. The proof term for that fact is in Finite.Partition; but if you want to see some truly horrifying stuff, check out Finite.Partition.Pseudo. Pay particular attention to the type of stupid-lemma (and the accompanying stupid-lemma-lemma). Finite.Partition.Core, while intimidating at first, is comparatively quite nice. Also check out Finite.UList.Partition.

agda-group-theory's People

Contributors

nosewings avatar

Stargazers

 avatar E avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.