Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat(measure_theory/l2_space): L2 is an inner product space #6596

Closed
wants to merge 79 commits into from

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    b2e2b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb9cd3 View commit details
    Browse the repository at this point in the history
  3. move lemmas

    RemyDegenne committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    2be7013 View commit details
    Browse the repository at this point in the history
  4. move ae_measurable.inner

    RemyDegenne committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    42aae48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d51bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6b5096 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1eb530e View commit details
    Browse the repository at this point in the history
  8. fix type

    RemyDegenne committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    817c7dc View commit details
    Browse the repository at this point in the history
  9. more is_R_or_C

    RemyDegenne committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    27d3b46 View commit details
    Browse the repository at this point in the history
  10. remove comment

    RemyDegenne committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c2207dd View commit details
    Browse the repository at this point in the history
  11. remove duplicate lemma

    RemyDegenne committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    29315d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57def92 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2f92ad View commit details
    Browse the repository at this point in the history
  14. remove a lemma

    RemyDegenne committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    04fdee7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. change snorm_norm_rpow

    RemyDegenne committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fc16998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20cef34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c3b693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bae6fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    731a80f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29bad52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f983e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43a04d4 View commit details
    Browse the repository at this point in the history
  9. merge upstream

    sgouezel committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e608a7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dac8f54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2455b71 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6afeb40 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    7b062d0 View commit details
    Browse the repository at this point in the history
  2. propagate name changes

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bb21420 View commit details
    Browse the repository at this point in the history
  3. move snorm_norm_rpow

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5995b12 View commit details
    Browse the repository at this point in the history
  4. use inner notation

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4cc25ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3badda9 View commit details
    Browse the repository at this point in the history
  6. remove line breaks

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c83a0c3 View commit details
    Browse the repository at this point in the history
  7. rewrite docstring

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4e0cedf View commit details
    Browse the repository at this point in the history
  8. add snorm_inner_lt_top

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7aaa48e View commit details
    Browse the repository at this point in the history
  9. minor

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    b936e7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7752fda View commit details
    Browse the repository at this point in the history
  11. fix lint errors

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    aa809a3 View commit details
    Browse the repository at this point in the history
  12. fix lint errors

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    176f539 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0895277 View commit details
    Browse the repository at this point in the history
  14. of_real_bit0

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a42a349 View commit details
    Browse the repository at this point in the history
  15. remove space

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    84c603d View commit details
    Browse the repository at this point in the history
  16. snorm_norm_rpow

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9804605 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b3374d3 View commit details
    Browse the repository at this point in the history
  18. remove a lemma

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    96c9883 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e95a0cb View commit details
    Browse the repository at this point in the history
  20. reorder proof

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a2eb745 View commit details
    Browse the repository at this point in the history
  21. remove unused arguments

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    13bb99a View commit details
    Browse the repository at this point in the history
  22. refactor integral_clm

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c52b0ce View commit details
    Browse the repository at this point in the history
  23. add is_R_or_C linear maps

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    73a2112 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6b828b1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5a1d00b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    80339ac View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7802bef View commit details
    Browse the repository at this point in the history
  28. fix merge

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bd10b76 View commit details
    Browse the repository at this point in the history
  29. fix

    RemyDegenne committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4d773f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    e7c3683 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. G -> F

    RemyDegenne committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    aa46ac8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    2229f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee939b6 View commit details
    Browse the repository at this point in the history
  3. remove duplicate lemma

    RemyDegenne committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b03ba72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9637109 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f17d48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8bc403 View commit details
    Browse the repository at this point in the history
  7. remove unused variables

    RemyDegenne committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    93444e8 View commit details
    Browse the repository at this point in the history
  8. remove G

    RemyDegenne committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    fb4551f View commit details
    Browse the repository at this point in the history
  9. minor changes

    RemyDegenne committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a32904c View commit details
    Browse the repository at this point in the history
  10. inner notation

    RemyDegenne committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b83961c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. move lemma about square

    RemyDegenne committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    78cb1d2 View commit details
    Browse the repository at this point in the history
  2. fix

    RemyDegenne committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6067df6 View commit details
    Browse the repository at this point in the history
  3. fix

    RemyDegenne committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    330e6ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    752df5e View commit details
    Browse the repository at this point in the history
  5. add docstring to two_mul_le_add_pow_two

    Co-authored-by: hrmacbeth <25316162+hrmacbeth@users.noreply.github.com>
    RemyDegenne and hrmacbeth committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d7fae90 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    f6ec4b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba8236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3df8ed View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    914aa7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa265f8 View commit details
    Browse the repository at this point in the history
  3. localize notations

    RemyDegenne committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2f87cd5 View commit details
    Browse the repository at this point in the history
  4. fix

    RemyDegenne committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    cc2efaa View commit details
    Browse the repository at this point in the history