this post was submitted on 22 Dec 2024
1596 points (97.4% liked)

Technology

60101 readers
4259 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
 

It's all made from our data, anyway, so it should be ours to use as we want

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 3 days ago (1 children)

Simple operations like vector multiplication are not works for the purposes of copyright law. If you invented an entirely new form of math, complete with novel formulae, you could conceivably assert patent rights and/or copyright over it, especially if you published a textbook. It would be more relevant, however, to discuss complex algorithms, such as for data compression. Those can certainly be patented. And, when implemented as a computer program, can certainly be copyrighted.

But if you're just defining one simple operation, yeah, you're unlikely to be able to assert any rights over it.

[โ€“] [email protected] 0 points 3 days ago

Ehh no, you genuinely can't patent any form of mathematics.

Mathematics falls under "exists in nature" (if you are a Platonist) or "abstract ideas" (gets even clear thinking Constructivists). So they're excluded from parents and copyrights no matter how complex the system

Textbooks usually belong to the publisher (academics commonly have to pirate their own papers), so that's usually a bust.

You might be able to patent an algorithm associated with a branch of mathematics, but that's trickier than you think. Blank slate development can, and does, happen (see Compaq's reimplementation of IBM's bios). You're banking on it not being reversed engineer able (spoiler, don't take that bet if you've published your proofs!).