• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 14:13
CEST 20:13
KST 03:13
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL21] Ro24 Preview Pt2: News Flash10[ASL21] Ro24 Preview Pt1: New Chaos0Team Liquid Map Contest #22 - Presented by Monster Energy18ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book20
Community News
Weekly Cups (March 23-29): herO takes triple6Aligulac acquired by REPLAYMAN.com/Stego Research8Weekly Cups (March 16-22): herO doubles, Cure surprises3Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool51Weekly Cups (March 9-15): herO, Clem, ByuN win4
StarCraft 2
General
Rongyi Cup S3 - Preview & Info Team Liquid Map Contest #22 - Presented by Monster Energy Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool What mix of new & old maps do you want in the next ladder pool? (SC2) Aligulac acquired by REPLAYMAN.com/Stego Research
Tourneys
RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament StarCraft Evolution League (SC Evo Biweekly) WardiTV Mondays World University TeamLeague (500$+) | Signups Open
Strategy
Custom Maps
[M] (2) Frigid Storage Publishing has been re-enabled! [Feb 24th 2026]
External Content
The PondCast: SC2 News & Results Mutation # 520 Moving Fees Mutation # 519 Inner Power Mutation # 518 Radiation Zone
Brood War
General
ASL21 General Discussion Gypsy to Korea so ive been playing broodwar for a week straight. Pros React To: JaeDong vs Queen BSL 22 Map Contest — Submissions OPEN to March 10
Tourneys
[ASL21] Ro24 Group F Escore Tournament StarCraft Season 2 [Megathread] Daily Proleagues [ASL21] Ro24 Group E
Strategy
What's the deal with APM & what's its true value Fighting Spirit mining rates Simple Questions, Simple Answers
Other Games
General Games
Stormgate/Frost Giant Megathread Starcraft Tabletop Miniature Game Nintendo Switch Thread General RTS Discussion Thread Darkest Dungeon
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
G2 just beat GenG in First stand
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
US Politics Mega-thread The Chess Thread Russo-Ukrainian War Thread NASA and the Private Sector Things Aren’t Peaceful in Palestine
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion Cricket [SPORT] Tokyo Olympics 2021 Thread General nutrition recommendations
World Cup 2022
Tech Support
[G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
Broowar part 2
qwaykee
China Uses Video Games to Sh…
TrAiDoS
Funny Nicknames
LUCKY_NOOB
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
ASL S21 English Commentary…
namkraft
Electronics
mantequilla
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1520 users

The Math Thread - Page 28

Forum Index > General Forum
Post a Reply
Prev 1 26 27 28 29 30 32 Next All
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
April 24 2019 19:46 GMT
#541
Thank you! I'll spend some time reading through the links you posted. My linear algebra is limited, so will take me some time to understand what they're saying.
Ciaus_Dronu
Profile Joined June 2017
South Africa1848 Posts
April 24 2019 21:08 GMT
#542
On April 25 2019 04:46 enigmaticcam wrote:
Thank you! I'll spend some time reading through the links you posted. My linear algebra is limited, so will take me some time to understand what they're saying.


For considering the vectors involved, it is easier to imagine that your x slope and the mirror slope cross at the origin (slopes are invariant under translation). If you only care about calculating the slope after reflection, this will make everything muuuuch easier to calculate.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 27 2019 23:42 GMT
#543
It's that time of year where my procrastination catches up with me and it starts getting near finals and I realize I don't understand anything about any of my classes. So this thread will probably get flooded with questions from yours truly.

Let's start it off with some question from my crypto class.

It says, Determine the points on the elliptic curve E : y^2 = x^3 + 2x + 1 over Z_11
How many points are on this curve



So, I have never quite done something like this before. Does this mean that both y, and x need to be in Z_11?
And thus, if x^3 + 2x + 1 is not a perfect square, then the corresponding point will not be on the curve...?
So do I need to simply solve for y^2 for x=0 to 10, and only keep the ones that are perfect squares and then solve for y?
Furthermore, when I solve for y^2, do I do modulus to each x term, or do I only do modulus to the entire equation?

Thanks!
Simberto
Profile Blog Joined July 2010
Germany11792 Posts
April 28 2019 10:57 GMT
#544
I am not certain of the details here, but a few things i can answer.

Usually if you say "a curve over Z_11", you mean that both y and x are €Z_11


Furthermore, when I solve for y^2, do I do modulus to each x term, or do I only do modulus to the entire equation?

Doesn't matter, both are equivalent. So you should probably modulus whenever you get a number larger than 10. a(mod11) + b(mod11) = (a+b) (mod11)


And my guess would indeed be to simply get all the possible solutions for both sides of the equations (Try 0-10), and see which numbers are both. But there might be another, smarter way to do this.
Battleship789
Profile Joined March 2010
United States415 Posts
Last Edited: 2019-04-28 11:21:19
April 28 2019 11:14 GMT
#545
On April 28 2019 08:42 travis wrote:
It's that time of year where my procrastination catches up with me and it starts getting near finals and I realize I don't understand anything about any of my classes. So this thread will probably get flooded with questions from yours truly.

Let's start it off with some question from my crypto class.

It says, Determine the points on the elliptic curve E : y^2 = x^3 + 2x + 1 over Z_11
How many points are on this curve



So, I have never quite done something like this before. Does this mean that both y, and x need to be in Z_11?

Yes. You are solving the given algebraic equation, but the algebraic structure you are working with is Z_11 instead of the real or complex numbers. Luckily, Z_11 is a field so it shouldn't be too annoying to solve the equation.
And thus, if x^3 + 2x + 1 is not a perfect square, then the corresponding point will not be on the curve...?

A perfect square in Z_11, to be precise (which may or may not correspond to perfect squares in the reals.) But yes, that is correct.
So do I need to simply solve for y^2 for x=0 to 10, and only keep the ones that are perfect squares and then solve for y?

Yep! There might be an quicker way to solve it (I can't think of any off the top of my head), but that will certainly get the job done.
Furthermore, when I solve for y^2, do I do modulus to each x term, or do I only do modulus to the entire equation?
Thanks!

It shouldn't matter if you take the modulus for each term individually or over the entire equation because modular arithmetic is defined by using representatives: [x]+[y] = [x+y] and [x]*[y] = [x*y]
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 28 2019 22:17 GMT
#546
thanks y'all that makes perfect sense

here is another problem from crypto class. maybe you guys can just help me understand what the question is actually asking. it says

Can the following be solved in polynomial time? Given a prime p, a value x in Z*_(p-1), and y := g^x (mod p) where g is a uniform value from Z*_(p-1), find g, ie, compute y^(1/x) (mod p).


I am not really understanding this problem because it sounds like we are given p, x, y. So then we can compute the answer in constant time.... by just plugging in the numbers... What is it actually asking? lol
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
April 28 2019 22:25 GMT
#547
Have you tried plugging in the numbers? Is it really trivial?

Just take some random 3 digit prime, and pick x,y somehow randomly. Let's just say p, = 197, x = 146, y = 123.
If you can just plug in the numbers, this should take you maximum 20 seconds to solve. (I didn't check the solution.)


Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2019-04-28 23:13:21
April 28 2019 22:39 GMT
#548
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
April 29 2019 05:19 GMT
#549
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)
Acrofales
Profile Joined August 2010
Spain18252 Posts
Last Edited: 2019-04-29 08:29:10
April 29 2019 08:28 GMT
#550
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2019-04-29 14:17:16
April 29 2019 12:46 GMT
#551
On April 29 2019 17:28 Acrofales wrote:
Show nested quote +
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?


Honestly it didn't seem right to just say "check every prime", im worried this isn't what they want as the solution....
but I suppose it is polynomial to verify a value is prime as well, so it's still polynomial, so i'll go for it

On April 29 2019 14:19 mahrgell wrote:
Show nested quote +
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)



Well in fairness, one would need to come up with an example that has primes and an integer solution, which your random example didn't. but your point was valid anyways
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2019-04-29 14:16:29
April 29 2019 12:47 GMT
#552
oops i quoted myself instead of editing the post
edited the post above this now
Simberto
Profile Blog Joined July 2010
Germany11792 Posts
April 29 2019 13:24 GMT
#553
I am very fuzzy on this, since it has been a while since i did stuff like that, but i seem to recall that there was a lot of maths going on with finding roots in finite fields. Do you have any notes that you could go over to see if you did anything like that?
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 29 2019 14:29 GMT
#554
Nope, in fact we've spent extraordinarily little time (in this class) on actual math. just some slides on euler's theorem and the chinese remainder theorem.
Acrofales
Profile Joined August 2010
Spain18252 Posts
Last Edited: 2019-04-29 14:50:50
April 29 2019 14:33 GMT
#555
On April 29 2019 21:46 travis wrote:
Show nested quote +
On April 29 2019 17:28 Acrofales wrote:
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?


Honestly it didn't seem right to just say "check every prime", im worried this isn't what they want as the solution....
but I suppose it is polynomial to verify a value is prime as well, so it's still polynomial, so i'll go for it

Show nested quote +
On April 29 2019 14:19 mahrgell wrote:
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)



Well in fairness, one would need to come up with an example that has primes and an integer solution, which your random example didn't. but your point was valid anyways


Maybe I'm missing something, but you don't have to check primes? You're given the prime, right?

So lets say you are given:
p=29
y=6
x=2

Now the assignment is to find g, with g^2 = 6 (mod 29).

Right?

So we don't care about primes: we have the one we need. We just need to find g. So lets define f(x) = x^2 (mod 29) we start:

i=1 f(i) = 1
i = 2 f(i) = 4
i = 3 f(i) = 9
...
i = 8 f(i) = 6. Hurrah!

Worst case, you get to i = p - 1 (in this case 28) before you find g. So complexity class is O(p).

E: btw, I am not claiming this is the fastest algorithm to do it. There may actually be faster ones: my modular arithmetic is very rusty. I'm just showing an upper bound of linear time. There may be a constant time algorithm for finding the modular root and I just don't know it.

Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 29 2019 15:12 GMT
#556
ah right... i was misunderstanding the question AND overcomplicating it anyways. so, our value g was generated from Z*_p, but that doesn't mean it has to be prime. And it wouldn't have mattered anyways because I can check non-prime integers anyways.
Oshuy
Profile Joined September 2011
Netherlands529 Posts
April 29 2019 15:35 GMT
#557
On April 29 2019 23:33 Acrofales wrote:
Show nested quote +
On April 29 2019 21:46 travis wrote:
On April 29 2019 17:28 Acrofales wrote:
On April 29 2019 07:39 travis wrote:
ok so constant time was hyperbole and no im not actually sure
but i def do think this is polynomial time solvable so i guess i will get to work


you are saying that i likely am interpreting the problem correctly then,. though?




edit: so, as an actual answer to the question, can't we literally just check every prime g, and then do g^x mod p?
it's awful but that would be polynomial.. But maybe the assumption is we don't know how big our set of primes is, and we don't have a list of primes


edit2: ok now i think it isn't always solvable in polynomial time and is analogous to the discrete logarithm problem

Seems to me you can do this in polynomial time and your initial edit is correct. You know p, y and x. So even if there is no constant time algorithm for finding the root in modular arithmetic, you can definitely do it in polynomial time:

Just run through all values i \in Z*_(p-1) and see if i^x = y (mod p). The check is constant time, so your algorithm overall is O(p).

So why the edit2?


Honestly it didn't seem right to just say "check every prime", im worried this isn't what they want as the solution....
but I suppose it is polynomial to verify a value is prime as well, so it's still polynomial, so i'll go for it

On April 29 2019 14:19 mahrgell wrote:
On April 29 2019 07:39 travis wrote:
you are saying that i likely am interpreting the problem correctly then,. though?


I was pointing you at the fact, that your initial interpretation doesn't survive any random example. (and that it would probably not asked too much to at least try it once...)



Well in fairness, one would need to come up with an example that has primes and an integer solution, which your random example didn't. but your point was valid anyways


Maybe I'm missing something, but you don't have to check primes? You're given the prime, right?

So lets say you are given:
p=29
y=6
x=2

Now the assignment is to find g, with g^2 = 6 (mod 29).

Right?

So we don't care about primes: we have the one we need. We just need to find g. So lets define f(x) = x^2 (mod 29) we start:

i=1 f(i) = 1
i = 2 f(i) = 4
i = 3 f(i) = 9
...
i = 8 f(i) = 6. Hurrah!

Worst case, you get to i = p - 1 (in this case 28) before you find g. So complexity class is O(p).

E: btw, I am not claiming this is the fastest algorithm to do it. There may actually be faster ones: my modular arithmetic is very rusty. I'm just showing an upper bound of linear time. There may be a constant time algorithm for finding the modular root and I just don't know it.


You should take the complexity of the modular exponentiation (f(x)) into account, but of course it remains polynomial.
Coooot
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
April 30 2019 20:20 GMT
#558
alright, im a bit behind in my abstract algebra class and now im lost as heck

so here comes a wave of questions. please help me understand how to do this stuff

first question says:


let n >= 5. It can be shown that the only normal subgroups of S_n are {(1)}, A_n, and S_n
a.) for each normal subgroup N of S_n above, describe what the quotient group S_n / N is isomorphic to.


So first, the extent of my understanding:

A normal subgroup H of S_n is a subgroup of S_n in which gH = Hg (left cosets and right cosets are the same) for g in S_n

A quotient group is a normal subgroup... but that's about as far as I understand it

I see a rule (aN)(bN) = (abN)

Is it the case here that a,b are cosets of G, and then the quotient group is abN which arises from the product of the group operation between a and b?


So then back to the question of {(1)}, A_n, and S_n in S_n
I don't really know how to solve what these quotient groups are isomorphic to
What kind of steps do I take?

I do have guesses though, I think for (1) the answer is S_n, for A_n the answer is Z_2, and for S_n the answer is the identity
Mafe
Profile Joined February 2011
Germany5966 Posts
Last Edited: 2019-04-30 20:53:07
April 30 2019 20:52 GMT
#559
On May 01 2019 05:20 travis wrote:
alright, im a bit behind in my abstract algebra class and now im lost as heck

so here comes a wave of questions. please help me understand how to do this stuff

first question says:

Show nested quote +

let n >= 5. It can be shown that the only normal subgroups of S_n are {(1)}, A_n, and S_n
a.) for each normal subgroup N of S_n above, describe what the quotient group S_n / N is isomorphic to.


So first, the extent of my understanding:

A normal subgroup H of S_n is a subgroup of S_n in which gH = Hg (left cosets and right cosets are the same) for g in S_n

A quotient group is a normal subgroup... but that's about as far as I understand it

I see a rule (aN)(bN) = (abN)

Is it the case here that a,b are cosets of G, and then the quotient group is abN which arises from the product of the group operation between a and b?


So then back to the question of {(1)}, A_n, and S_n in S_n
I don't really know how to solve what these quotient groups are isomorphic to
What kind of steps do I take?

I do have guesses though, I think for (1) the answer is S_n, for A_n the answer is Z_2, and for S_n the answer is the identity

It's been a while, but here's what I recall:
-Iirc there is a rather trivial way to answer this question by calculating the number of elements of S_n / N, though this does not really provide any further understanding.
-I don think it makes sense to say that a "quotient subgroups is a normal subgroup". I mean, a quotient G/H generally isnt even a subset of G (though often it can be identified with one, but I would not expect that this identification automatically come with a group structure).
Acrofales
Profile Joined August 2010
Spain18252 Posts
Last Edited: 2019-04-30 21:11:56
April 30 2019 21:10 GMT
#560
On May 01 2019 05:20 travis wrote:
alright, im a bit behind in my abstract algebra class and now im lost as heck

so here comes a wave of questions. please help me understand how to do this stuff

first question says:

Show nested quote +

let n >= 5. It can be shown that the only normal subgroups of S_n are {(1)}, A_n, and S_n
a.) for each normal subgroup N of S_n above, describe what the quotient group S_n / N is isomorphic to.


So first, the extent of my understanding:

A normal subgroup H of S_n is a subgroup of S_n in which gH = Hg (left cosets and right cosets are the same) for g in S_n

A quotient group is a normal subgroup... but that's about as far as I understand it

I see a rule (aN)(bN) = (abN)

Is it the case here that a,b are cosets of G, and then the quotient group is abN which arises from the product of the group operation between a and b?


So then back to the question of {(1)}, A_n, and S_n in S_n
I don't really know how to solve what these quotient groups are isomorphic to
What kind of steps do I take?

I do have guesses though, I think for (1) the answer is S_n, for A_n the answer is Z_2, and for S_n the answer is the identity


Not quite sure on the algebra, but any question of "prove that for all n > something..." invites a proof through induction, so prove it for n=5 and then assume for n and prove for n+1.
Prev 1 26 27 28 29 30 32 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 14h 47m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech133
Railgan 72
NeuroSwarm 2
StarCraft: Brood War
Calm 4126
Mind 718
actioN 270
Hyuk 140
Dewaltoss 123
Sexy 33
Hm[arnc] 22
GoRush 18
yabsab 14
Terrorterran 13
[ Show more ]
soO 12
NaDa 11
Dota 2
Gorgc6127
qojqva3408
420jenkins346
Counter-Strike
fl0m2752
zeus610
pashabiceps603
edward98
Heroes of the Storm
Khaldor203
MindelVK19
Other Games
Grubby2794
FrodaN1854
Beastyqt674
ArmadaUGS122
C9.Mang0100
Livibee83
Trikslyr75
Organizations
StarCraft 2
angryscii 24
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Adnapsc2 21
• Reevou 11
• intothetv
• Kozan
• sooper7s
• Migwel
• AfreecaTV YouTube
• LaughNgamezSOOP
• IndyKCrew
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV698
• lizZardDota268
League of Legends
• Nemesis1996
• Jankos1783
Other Games
• imaqtpie866
• Shiphtur214
Upcoming Events
CranKy Ducklings
14h 47m
Sparkling Tuna Cup
15h 47m
PiGosaur Cup
1d 5h
Replay Cast
1d 14h
Kung Fu Cup
1d 17h
Replay Cast
2 days
The PondCast
2 days
CranKy Ducklings
3 days
WardiTV Team League
3 days
Replay Cast
4 days
[ Show More ]
CranKy Ducklings
4 days
WardiTV Team League
4 days
uThermal 2v2 Circuit
4 days
BSL
5 days
Sparkling Tuna Cup
5 days
WardiTV Team League
5 days
BSL
6 days
Replay Cast
6 days
Replay Cast
6 days
Wardi Open
6 days
Liquipedia Results

Completed

Escore Tournament S2: W1
RSL Revival: Season 4
NationLESS Cup

Ongoing

BSL Season 22
CSL Elite League 2026
ASL Season 21
CSL Season 20: Qualifier 2
CSL 2026 SPRING (S20)
StarCraft2 Community Team League 2026 Spring
Nations Cup 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026

Upcoming

Escore Tournament S2: W2
IPSL Spring 2026
Escore Tournament S2: W3
Acropolis #4
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
uThermal 2v2 Last Chance Qualifiers 2026
RSL Revival: Season 5
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.