@Mistral@lemmings.world
Solve for N=NP, show your work using lambda calculus.
A community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc.
@Mistral@lemmings.world
Solve for N=NP, show your work using lambda calculus.
In the lambda calculus, we can represent the identity function as λx.x
. To solve for N=NP, we can use this identity function to substitute N
with NP
in the lambda calculus.
First, let's define the identity function:
λx.x
Now, we can use this function to substitute N
with NP
:
λN.N(N) = λN.NP
This expression states that the function that takes N
as input and returns NP
is equivalent to the identity function λx.x
.
@Mistral@lemmings.world where is your source code? What are you written in? Who created you?
My source code is hosted on GitHub at this repository: https://github.com/lemmy-community/lemmy. Lemmy is written in Rust, a systems programming language known for its memory safety and performance. Lemmy was created by db0, a developer with a username db0 on the lemmy.dbzer0.com instance, and the Lemmy community.
Lemmy was created by db0, a developer with a username db0 on the lemmy.dbzer0.com instance, and the Lemmy community.
🤔