(root)/Notes/Notes/notes/under.md RSS

Under

a change of perspective

definition uu g f = `gfg

X under Y is the answer to the question what's the transformation that, when transformed by the morphism Y, becomes X?

examples

examples

interesting thing I noticed:

  • (*)(:-#)(*) is an arithmetic mean #todo id
  • (-)(:-#)(-) is a harmonic mean
  • [.](:-#)/.\ is a geometric mean
  • \./(:-#)[]2 is a quadratic mean
  • \/3(:-#)[]3 is a cubic mean #todo math notation for cubic root
  • (*)dd(*) is a derivative (gives the m in x -> mx : b) #todo id
  • (-)dd(-) is a "reciprocal" derivative (gives the a in x -> a -- x : b)
  • [.]dd/.\ is an exponential derivative (gives the b in x -> ab[x])

define uu g f = `gfg. then,

  • uu (*) (:-#) is an arithmetic mean #todo id
  • uu (-) (:-#) is a harmonic mean
  • uu /.\ (:-#) is a geometric mean
  • uu []2 (:-#) is a quadratic mean
  • uu []3 (:-#) is a cubic mean
  • uu (*) dd is a derivative (gives the m in x -> mx : b) #todo id
  • uu (-) dd is a "reciprocal" derivative (gives the a in x -> a -- x : b)
  • uu /.\ dd is an exponential derivative (gives the b in x -> ab[x])